home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / help / help.css next >
Cascading Style Sheet File  |  2006-10-03  |  4KB  |  148 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Help CSS
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * R.J. Keller
  18.  * Portions created by the Initial Developer are Copyright (C) 2003
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  * 
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  25.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the MPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the MPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. @import url("chrome://global/skin/");
  38. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  39.  
  40. toolbar toolbarbutton {
  41.   -moz-box-orient: horizontal !important;
  42.   min-width: 0px;
  43.   list-style-image: url("chrome://help/skin/Toolbar.png");
  44.   margin: 0 !important;
  45.   padding: 4px 5px;
  46. }
  47.  
  48. toolbar[chromedir="rtl"] toolbarbutton {
  49.   list-style-image: url("chrome://help/skin/Toolbar-rtl.png");
  50. }
  51.  
  52. /* Hide labels for the toolbar because we really don't need them what with the
  53.    tooltips */
  54. #HelpToolbar .toolbarbutton-text {
  55.   display: none;
  56. }
  57.  
  58. /* With no labels, we don't need the margin on the icon that separates it
  59.    from the label */
  60. #HelpToolbar .toolbarbutton-icon {
  61.   -moz-margin-end: 0;
  62. }
  63.  
  64. /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
  65. #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; }
  66.  
  67. /* ----- BACK BUTTON ----- */
  68.  
  69. #help-back-button {
  70.   -moz-image-region: rect(0px 24px 24px 0px); 
  71. }
  72.  
  73. #help-back-button:not([disabled="true"]):hover { 
  74.   -moz-image-region: rect(24px 24px 48px 0px); 
  75. }
  76.  
  77. #help-back-button[disabled="true"] { 
  78.   -moz-image-region: rect(48px 24px 72px 0px); 
  79. }
  80.  
  81. #help-back-button:not([disabled="true"]):hover:active { 
  82.   -moz-image-region: rect(72px 24px 96px 0px); 
  83. }
  84.  
  85. #help-back-button .toolbarbutton-menubutton-button {
  86.   -moz-box-align: end !important;
  87. }
  88.  
  89. /* ----- FORWARD BUTTON ----- */
  90.  
  91. #help-forward-button {
  92.   -moz-image-region: rect(0px 48px 24px 24px); 
  93. }
  94.  
  95. #help-forward-button:not([disabled="true"]):hover {
  96.   -moz-image-region: rect(24px 48px 48px 24px); 
  97. }
  98.  
  99. #help-forward-button[disabled="true"] {
  100.   -moz-image-region: rect(48px 48px 72px 24px); 
  101. }
  102.  
  103. #help-forward-button:not([disabled="true"]):active {
  104.   -moz-image-region: rect(72px 48px 96px 24px); 
  105. }
  106.  
  107. /* ----- HOME BUTTON ----- */
  108.  
  109. #help-home-button { 
  110.   -moz-image-region: rect(0px 72px 24px 48px); 
  111. }
  112.  
  113. #help-home-button:not([disabled="true"]):hover { 
  114.   -moz-image-region: rect(24px 72px 48px 48px); 
  115. }
  116.  
  117. #help-home-button[disabled="true"] { 
  118.   -moz-image-region: rect(48px 72px 72px 48px); 
  119. }
  120.  
  121. #help-home-button:not([disabled="true"]):hover:active { 
  122.   -moz-image-region: rect(72px 72px 96px 48px); 
  123. }
  124.  
  125. /* ----- PRINT BUTTON ----- */
  126.  
  127. #help-print-button { 
  128.   -moz-image-region: rect(0px 96px 24px 72px); 
  129. }
  130.  
  131. #help-print-button:not([disabled="true"]):hover { 
  132.   -moz-image-region: rect(24px 96px 48px 72px); 
  133. }
  134.  
  135. #help-print-button[disabled="true"] { 
  136.   -moz-image-region: rect(48px 96px 72px 72px); 
  137. }
  138.  
  139. #help-print-button:not([disabled="true"]):hover:active { 
  140.   -moz-image-region: rect(72px 96px 96px 72px); 
  141. }
  142.  
  143. /* ----- OTHER ----- */
  144.  
  145. #context-copy[disabled="true"] {
  146.   visibility: collapse;
  147. }
  148.